home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / demos.idb / usr / demos / General_Demos / amesh / RUN.z / RUN
Encoding:
Text File  |  1997-06-26  |  309 b   |  15 lines

  1. #!/bin/csh -f
  2. #Tag 0x9059
  3.  
  4.  
  5. /sbin/killall /usr/sbin/sfplay
  6. /sbin/killall /usr/demos/General_Demos/amesh/amesh
  7. setenv DISPLAY localhost:0.0
  8.  
  9. if ( -r "$1" ) then 
  10.    /usr/demos/General_Demos/amesh/amesh "$1" &
  11. else
  12.    /usr/demos/General_Demos/amesh/amesh  /usr/demos/General_Demos/amesh/data/bach.aiff&
  13.  
  14. endif 
  15.